home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / pc / data / menu06 / 00025_Script_25 < prev    next >
Text File  |  1995-08-07  |  305b  |  19 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(5) then 
  4.     go"SM"
  5.   else if rollover(7) then 
  6.     go"41"
  7.   else if rollover(8) then 
  8.     go"42"
  9.   else if rollover(9) then 
  10.     go"43"
  11.   else if rollover(10) then 
  12.     go"44"
  13.  
  14.   else if rollover(30) then 
  15.     go"QUIT"
  16.   else
  17.     go"S"
  18.   end if
  19. end